math/big.nat.trunc (method)
15 uses
math/big (current package)
nat.go#L840: func (z nat) trunc(x nat, n uint) nat {
nat.go#L1103: z2 = z2.trunc(z2, n)
nat.go#L1139: *powers[1] = powers[1].trunc(x, logM)
nat.go#L1143: *p = p.trunc(*p, logM)
nat.go#L1145: *p1 = p1.trunc(*p1, logM)
nat.go#L1177: z = z.trunc(z, logM)
nat.go#L1181: z = z.trunc(z, logM)
nat.go#L1185: z = z.trunc(z, logM)
nat.go#L1189: z = z.trunc(z, logM)
nat.go#L1194: z = z.trunc(z, logM)
nat.go#L1403: x = x.trunc(x, n)
nat.go#L1405: x = nat(nil).trunc(x, n)
nat.go#L1411: y = y.trunc(y, n)
nat.go#L1413: y = nat(nil).trunc(y, n)
nat.go#L1427: z = z.trunc(z, n)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |